Open
Conversation
* Added alert on results screen for when you already voted * Added banner alert telling user that they already voted * Tried to make the alert have vertically centered text * Fixed vertical centering (thanks noah) * Added alert for if user is inactive * Updated alert to account for inactive and gatekept, added alert for db error * Updated alert to account for inactive and gatekept, added alert for db error * Added sentence telling people to contact evals or opcomm for more info
* Explicitly connect to database from main instead of from database.go * Added godotenv to automatically load .env if it exists * Small changes suggested by go compiler * Fixed incorrect method names in logs * Replaced context.TODO() with context.Background() * Updated gitignore to ignore .vscode * Revert "Small changes suggested by go compiler" This reverts commit 1dd301c. * Change suggested by go compiler
* Moved navbar code to its own template * Moved closed polls to separate page, added link on navbar to poll creation page * Added open polls link to navbar for more intuitive navigation * Changed nav link order * Fixed small formatting inconsistency * More formatting fixes * Added hamburger mobile menu (#80)
Made compose file run go so you don't have to always rebuild (#77)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
dev -> main
Why
dev -> main
Test Plan
idk, follow the test plan for my other 2 prs or smth
Env Vars
Nope
Checklist